W8. Complex Spectral Geometry

Author

Salman Ahmadi-Asl

Published

March 13, 2026

1. Theory

1.1 Similar Matrices

When we diagonalize a matrix as , we are expressing in terms of a simpler, diagonal matrix . The relationship is a special case of a far more general concept: similarity. Two matrices are similar when they represent the same linear transformation but written in different coordinate systems.

Definition (Similar Matrices): Two matrices and are called similar if there exists an invertible matrix such that:

We write . The matrix is called the change of basis matrix — it converts coordinates from one basis to another.

Geometric Interpretation: If is a linear transformation and , are its matrix representations in two different bases, then and are similar. The matrix converts between the two coordinate systems. This is why similar matrices “look different” but share the same underlying geometry.

1.1.1 Invariants Under Similarity

Similar matrices share a set of fundamental properties that remain unchanged under the change of basis. These are called invariants of the similarity relation.

Theorem: If , then:

  1. Same Determinant:

    Proof:

  2. Same Trace:

    Proof: Using the cyclic property :

  3. Same Characteristic Polynomial:

    Proof:

  4. Same Eigenvalues (with same algebraic multiplicities): Since the characteristic polynomials are equal, their roots — the eigenvalues — are identical.

Important Note: Having the same eigenvalues does not guarantee similarity. For example, and both have with multiplicity 2. But is only similar to itself, so . Similarity requires more: equal eigenvalues plus equal geometric multiplicities for each one.

1.1.2 Powers of Similar Matrices

If , then is similar to for any positive integer :

Proof sketch: . Repeat by induction.

Key application: If is diagonalizable, , then:

This makes computing high powers of a matrix practical — instead of multiplying by itself times, we just raise each eigenvalue to the -th power.

1.2 The Complex Field

Real matrices can have complex eigenvalues (for example, rotation matrices). To work with these fully and guarantee that every matrix has eigenvalues, we extend from to the complex field .

Definition: A complex number has the form , where:

  • is the real part
  • is the imaginary part
  • is the imaginary unit, satisfying

Operations:

  • Addition:
  • Multiplication:
  • Conjugate: (flip the sign of the imaginary part)
  • Modulus: (the “length” of )
  • Division: (multiply numerator and denominator by )

Polar Form: Every complex number can be written as: where is the modulus and is the argument. This follows from Euler’s formula: .

Powers become trivial in polar form: .

Key Properties of the Complex Conjugate:

  • (always real)
  • (always purely imaginary)
  • (always a non-negative real number — this is the crucial property)
  • and

Why the complex field is essential for linear algebra: The Fundamental Theorem of Algebra states that over , every degree- polynomial has exactly roots (counted with multiplicity). This means every complex matrix has exactly eigenvalues (counted with multiplicity). In contrast, a real matrix such as the rotation has no real eigenvalues at all — but over it has eigenvalues .

1.3 Complex Vectors in

We now work with vectors whose entries are complex numbers.

Definition: A complex vector is an ordered -tuple of complex numbers:

Basic operations (addition and scalar multiplication with ) work component-wise exactly as in .

1.3.1 The Hermitian Inner Product

In real vector spaces, the inner product is . Can we use the same definition over ?

No — and here is why. Consider . The naive formula gives:

A nonzero vector would have “zero length” — completely nonsensical. The problem is that allows cancellation of positive terms.

The fix: use the complex conjugate on one argument. Conjugating turns into , which is always non-negative.

Definition (Hermitian Inner Product): For :

where is the conjugate transpose of .

Note: Some textbooks (and the physics community) conjugate the first argument instead: . Both conventions are valid; just be consistent. Here we follow the convention used in the lecture.

Why this works: Now , and it equals zero only when all .

Key Properties of the Hermitian Inner Product:

  1. Conjugate Symmetry: (not simply as in the real case)
  2. Linearity in the first argument:
  3. Conjugate linearity in the second argument:
  4. Positive Definiteness: , with equality if and only if

Why the inner product must be sesquilinear (conjugate-linear), not bilinear:

There is a second geometric reason why conjugation is unavoidable. A natural requirement for any inner product is that scaling a vector by a complex scalar should scale its length by (the modulus, not itself):

For this to hold, the inner product cannot be bilinear — if it were, , and in general (e.g. for , while ). The fix is to make the product conjugate-linear in one argument, so that . This is why the Hermitian inner product is called sesquilinear (“one-and-a-half linear”): linear in one argument, conjugate-linear in the other.

The simplest case — as a one-dimensional vector space:

Even for a single complex number, conjugation is the only natural choice. Define for . Then , which is real and non-negative. The alternative without conjugation, , would give , which is not necessarily real (e.g.  gives ) and cannot represent a squared length.

Summary — what conjugation guarantees:

  • is real and positive for (positive definiteness).
  • The induced norm scales correctly: for all .
  • The inner product aligns with the natural modulus on : .

Without conjugation, the structure would be a bilinear form — useful in some algebraic contexts, but lacking the positive-definite metric properties required for a genuine inner product space.

1.3.2 Norm and Orthogonality in

Definition (Euclidean Norm): The norm (length) of is:

For a real vector this reduces to the familiar .

Definition (Orthogonality): Two vectors are orthogonal if .

Cauchy-Schwarz Inequality: For all :

Gram-Schmidt orthogonalization works in using the Hermitian inner product in place of the dot product.

1.4 Complex Matrices

A complex matrix is a matrix with entries . All standard matrix operations (addition, scalar multiplication, matrix multiplication) work exactly as for real matrices.

1.4.1 The Conjugate Transpose (Hermitian Adjoint)

The most important new operation for complex matrices is the conjugate transpose, also called the Hermitian adjoint.

Definition: For , the conjugate transpose (also written ) is defined entry-by-entry as:

In words: first transpose (swap rows and columns), then conjugate every entry.

For a real matrix, (conjugating real numbers changes nothing).

Example: Let . Then:

1.4.2 Properties of the Conjugate Transpose

For matrices , of appropriate sizes and :

  • (reversal rule — identical to transpose)
  • (if is invertible)
  • (key inner product identity)

The last property is fundamental: it says is the unique matrix that “moves” from the left to the right of an inner product. This is why is called the adjoint of .

1.5 Hermitian Matrices

The complex analog of a real symmetric matrix () is the Hermitian matrix.

Definition (Hermitian Matrix): A square complex matrix is called Hermitian (or self-adjoint) if:

Entry-level condition: for all . Consequences:

  • Diagonal entries are real:
  • Off-diagonal entries come in conjugate pairs: , etc.

Every real symmetric matrix is a special case of a Hermitian matrix (with all imaginary parts zero).

Example:

Check: diagonal entries 1, 4, 0 are real; ✓.

1.5.1 Spectral Theorem for Hermitian Matrices

Hermitian matrices have three remarkable eigenvalue properties that collectively form the Spectral Theorem:

Theorem 1 — All eigenvalues of a Hermitian matrix are real.

Proof: Let with . Compute two ways:

Since : , which means .

Theorem 2 — Eigenvectors for distinct eigenvalues of a Hermitian matrix are orthogonal.

Proof: Let , , (both real). Compute two ways:

Equating: . Since , we get .

Theorem 3 (Spectral Theorem) — Every Hermitian matrix is unitarily diagonalizable.

There exists a unitary matrix (defined in §1.6) and a real diagonal matrix such that:

The diagonal entries of are the (real) eigenvalues of , and the columns of are orthonormal eigenvectors.

Proof (by induction on ):

Base case: . A Hermitian matrix is a real number . Take and : trivially .

Inductive step: Assume the theorem holds for all Hermitian matrices of size . Let be Hermitian.

  1. Get a unit eigenvector. By Theorem 1, has at least one real eigenvalue . Choose a corresponding unit eigenvector ().

  2. Build a first unitary. Extend to an orthonormal basis of via Gram-Schmidt. Let (a unitary matrix).

  3. Block-diagonalize. Compute the entry of : So the first column of is , and since is Hermitian, the first row is as well: where is an Hermitian matrix.

  4. Apply the induction hypothesis. By the induction hypothesis, there exists a unitary of size such that . Build the block-diagonal unitary:

  5. Combine. Set (product of unitaries is unitary). Then:

Thus , completing the induction.

1.6 Unitary Matrices

The complex analog of a real orthogonal matrix () is the unitary matrix.

Definition (Unitary Matrix): A square matrix is called unitary if:

Structure: The columns of form an orthonormal basis for with respect to the Hermitian inner product:

Equivalently, the rows of also form an orthonormal basis.

Example: is unitary. Check:

1.6.1 Properties of Unitary Matrices

Property 1 (Preserves inner product):

Proof: .

Property 2 (Preserves norm):

Proof: .

Geometrically, unitary transformations are isometries — they rotate and reflect complex space without any stretching.

Property 3 (Eigenvalues on the unit circle): Every eigenvalue satisfies .

Proof: If , then . But Property 2 gives . Since : .

Thus for some .

Property 4 (Determinant has unit modulus): .

Proof: .

1.7 The Four Fundamental Subspaces in the Complex Case

For , the four fundamental subspaces use wherever the real theory used :

  • Column Space
  • Left Nullspace
  • Row Space
  • Nullspace

The orthogonality relationships become:

where orthogonality uses the Hermitian inner product .

Critical difference from the real case: The null space is orthogonal to , not to . Using the ordinary transpose instead of the conjugate transpose gives the wrong orthogonality.

1.8 Eigenvalues and Diagonalization over

Eigenvalues always exist over : By the Fundamental Theorem of Algebra, the characteristic polynomial of degree has exactly complex roots. So every matrix over has at least one eigenvalue.

Diagonalizability criterion (same as over ): is diagonalizable if and only if the algebraic multiplicity equals the geometric multiplicity for every eigenvalue. Equivalently, has linearly independent eigenvectors.

Normal Matrices: A matrix is called normal if:

Normal matrices are precisely the matrices that are unitarily diagonalizable: there exists a unitary and diagonal such that .

Both Hermitian and unitary matrices are normal. The unitary diagonalization is the complex analog of the orthogonal diagonalization for real symmetric matrices.

1.9 Applications

Complex matrices and the spectral theory developed in this article appear throughout modern science and engineering.

Quantum Mechanics:

  • Physical states are unit vectors in a complex Hilbert space ( for finite-dimensional systems).
  • Observables (measurable physical quantities such as energy or spin) are represented by Hermitian operators. Their real eigenvalues are the only values that can be observed in an experiment — the reality of eigenvalues is not merely a mathematical nicety but a physical necessity.
  • Time evolution is governed by the unitary operator , where is the Hermitian Hamiltonian and is the reduced Planck constant. Unitarity ensures that the total probability (the squared norm of the state vector) is conserved at all times.

Signal Processing:

  • The Discrete Fourier Transform (DFT) matrix with entries is unitary up to scaling (). Its columns form an orthogonal basis of complex exponentials.
  • The Fast Fourier Transform (FFT) exploits the recursive structure of to reduce the number of operations from to , enabling real-time digital signal processing.

Control Theory:

  • The stability of a continuous-time linear system is determined entirely by the eigenvalues of : the system is asymptotically stable if and only if all eigenvalues have strictly negative real parts. Complex eigenvalues correspond to oscillatory behavior with damping and frequency .
Concept Real Field () Complex Field ()
Vector space
Inner product
Norm
Transpose analog (conjugate transpose)
Symmetric matrix Hermitian:
Orthogonal matrix Unitary:
Spectral Theorem
Eigenvalues guaranteed No (real field only) Yes (always exist over )

2. Definitions

  • Similar Matrices: Matrices and are similar () if there exists an invertible matrix such that . Similar matrices represent the same linear transformation in different bases.
  • Invariants of Similarity: Properties shared by all similar matrices: determinant, trace, characteristic polynomial, eigenvalues (with multiplicities).
  • Complex Number: A number of the form where and .
  • Complex Conjugate: For , the conjugate is . Key property: .
  • Modulus of a Complex Number: , the distance from to the origin in the complex plane.
  • Polar Form: where and . Follows from Euler’s formula .
  • Complex Vector: An element of : an ordered -tuple of complex numbers.
  • Hermitian Inner Product: . Satisfies conjugate symmetry, linearity in first argument, conjugate linearity in second, and positive definiteness.
  • Conjugate Transpose (Hermitian Adjoint): For , the matrix defined by . Also written .
  • Hermitian Matrix: A square complex matrix satisfying . The complex analog of a real symmetric matrix. Has real eigenvalues and orthogonal eigenvectors for distinct eigenvalues.
  • Unitary Matrix: A square complex matrix satisfying (equivalently, ). The complex analog of a real orthogonal matrix. Preserves inner products and norms.
  • Normal Matrix: A matrix satisfying . Characterized by being unitarily diagonalizable. Both Hermitian and unitary matrices are normal.
  • Sesquilinear Form: A map linear in one argument and conjugate-linear in the other. The Hermitian inner product is sesquilinear (as opposed to bilinear in the real case).
  • Unitary Diagonalization: Writing where is unitary and is diagonal. Possible if and only if is normal.

3. Formulas

  • Similar Matrices: (equivalently for diagonalization)
  • Invariants of Similarity: , , same characteristic polynomial and eigenvalues
  • Powers of Similar Matrices:
  • Complex Conjugate Properties: ; ;
  • Polar Form: with ,
  • Powers in Polar Form:
  • Hermitian Inner Product:
  • Conjugate Symmetry:
  • Norm in :
  • Cauchy-Schwarz Inequality:
  • Conjugate Transpose: ; properties: , ,
  • Adjoint Identity:
  • Hermitian Condition: (diagonal entries real, )
  • Unitary Condition: (equivalently )
  • Unitary Diagonalization (Spectral Theorem): (valid for Hermitian and all normal matrices)
  • Normal Matrix Condition:
  • Eigenvalues of Hermitian Matrix: Always real ()
  • Eigenvalues of Unitary Matrix: All satisfy (lie on the unit circle)
  • Determinant of Unitary Matrix:
  • Orthogonality in Complex Case: (not )

4. Practice

4.1. Basic Complex Arithmetic (Lab 7, Task 1)

Add and multiply each pair of complex numbers: (a) and (b) and (c) and

Click to see the solution

Key Concept: Use standard complex arithmetic: and .

(a) ;

(b) ;

(c) ;

Answer: (a) sum , product ; (b) sum , product ; (c) sum , product .

4.2. Properties of the Complex Conjugate (Lab 7, Task 2)

Complete the statements. Given : (a) is always … (b) is always … (c) equals … (d) (when ) always has modulus …

Click to see the solution

Key Concept: , so arithmetic gives real or purely imaginary results.

(a) — always real.

(b) — always purely imaginary (or zero).

(c) — the squared modulus (real, non-negative).

(d) — modulus always equals 1.

Answer: (a) real; (b) purely imaginary; (c) ; (d) .

4.3. Norms and Inner Products of Complex Vectors (Lab 7, Task 3)

Find the lengths (norms) of and compute and :

Click to see the solution

Key Concept: For complex vectors, . The Hermitian inner product .

  1. Norm of : , so .
  2. Norm of : , so .
  3. : .
  4. : .

Answer: , , , .

4.4. Properties of a Complex Matrix (Lab 7, Task 4)

Classify the matrix (Hermitian? Unitary? Invertible?): Compute , , and .

Click to see the solution

Key Concept: A matrix is unitary if ; Hermitian if .

  1. : Conjugate transpose gives . Since , is not Hermitian. Check : each column of has norm and columns are orthogonal → , so is unitary (and hence invertible).

  2. :

  3. : Write where is the cyclic permutation. Then , so:

  4. : The order: , . Since :

Answer: is unitary (not Hermitian), invertible. , , .

4.5. Diagonalization to Prove a Matrix Power Formula (Lab 7, Task 5)

Diagonalize to prove:

Click to see the solution

Key Concept: Upper triangular matrix → eigenvalues are diagonal entries. Use .

  1. Eigenvalues: , .
  2. Eigenvectors:
    • :
    • :
  3. , , .

Answer: .

4.6. Construct Matrix from Eigenvalues (Lab 7, Task 6)

Find the second row of so that its eigenvalues are and .

Click to see the solution

Key Concept: Use trace and determinant: and .

  1. Trace: , so .
  2. Determinant: , so .

Answer: .

4.7. Reconstruct Matrix from Eigendata (Lab 7, Task 7)

Find the matrix with eigenvalues , and corresponding eigenvectors and .

Click to see the solution

Key Concept: where columns of are eigenvectors and is diagonal with eigenvalues.

  1. , , .
  2. .

Answer: .

4.8. Polar Form of Complex Numbers (Lab 7, Task 8)

If , find , , and in polar form. On what geometric figure do complex numbers satisfying lie?

Click to see the solution

Key Concept: In polar form , powers multiply the modulus and add the argument.

  1. Condition : , so . These are complex numbers with modulus 1 → they lie on the unit circle.

Answer: , , . The condition defines the unit circle .

4.9. Hermitian Conjugate and (Lab 7, Task 9)

For , write and compute . What is the relationship between and ?

Click to see the solution

Key Concept: . The product is always Hermitian: .

  1. is Hermitian.

Answer: , , and (Hermitian).

4.10. Null Space and Complex Orthogonality (Lab 7, Task 10)

Using : (a) Solve using Gaussian elimination. (b) Show that is orthogonal to , not to .

Click to see the solution

Key Concept: In the complex case, the four fundamental subspaces use instead of .

(a) Row reduce : Free variable : , . Null space: .

(b) Columns of : , . — compute directly:

Direct check: means . By the fundamental theorem, since .

Answer: . Orthogonality follows from .

4.11. Matrix Similarity (Lab 7, Task 11)

Show that the following pairs of matrices are similar by finding such that :

(a) ,

(b) ,

(c) ,

Click to see the solution

Key Concept: , so we need to find invertible . Similar matrices share eigenvalues.

(a) Both have eigenvalues and . Try … actually (swap columns): verify . , . Try :

(b) Both have eigenvalues and . works: ,

(c) and — any matrix with the same eigenvalues and for a permutation-like . Since and , they share eigenvalues. One valid : (swap rows/columns gives transpose): verify

Answer: (a) ; (b) ; (c) .

4.12. Determine Whether Pairs of Matrices Are Similar (Assignment 7, Task 1.1)

Determine whether the following pairs of matrices are similar. Justify your answer.

(a) ,

(b) ,

(c) ,

Click to see the solution

Key Concept: To show similarity, find an invertible with . To show non-similarity, show that no invertible can exist.

(a) : Setting with gives and . Choose , : , .

Verify: , ✓.

(b) : Both and have eigenvalues (distinct). A matrix with distinct eigenvalues is diagonalizable, and any two diagonalizable matrices with the same eigenvalues are similar to the same diagonal matrix, hence similar to each other. Choose ().

Verify: ✓.

(c) : is only similar to itself — for any invertible , . To see why directly: requires . Since , any satisfying this is singular. No invertible exists.

Answer: (a) Similar, ; (b) Similar, ; (c) Not similar.

4.13. Prove Invariants of Similar Matrices (Assignment 7, Task 1.2)

Let for some invertible matrix . Prove:

(a)

(b)

(c) and have the same characteristic polynomial

(d) and have the same eigenvalues with the same multiplicities

Click to see the solution

(a) .

(b) (cyclic property of trace).

(c) .

(d) The eigenvalues are the roots of the characteristic polynomial. Since (c) shows the polynomials are equal, the roots — and their multiplicities — are the same.

Answer: All four follow from multiplicativity of and cyclicity of .

4.14. Diagonalize a Matrix (Assignment 7, Task 1.3)

Find a matrix that diagonalizes and verify is diagonal:

Is this diagonalization unique?

Click to see the solution

Step 1: Find eigenvalues.

Eigenvalues: (mult. 2) and (mult. 1).

Step 2: Eigenvectors for .

Basis: , . Geometric multiplicity = 2 = algebraic multiplicity ✓.

Step 3: Eigenvector for .

Eigenvector: .

Result:

Not unique: Any nonzero linear combination of is a valid eigenvector for , giving infinitely many valid .

Answer: , . Not unique.

4.15. Compute Using Diagonalization (Assignment 7, Task 1.4)

Show that if then . Use this to compute for .

Click to see the solution

Proof: If , then (since telescopes).

Diagonalize : .

For : . For : .

Answer: .

4.16. Find All Eigenvalues and Eigenvectors (Assignment 7, Task 2.1)

Find all eigenvalues and eigenvectors for:

(a) , (b) , (c)

Click to see the solution

(a) .

: , eigenvector . : , eigenvector .

(b) .

: , eigenvector . : eigenvector .

(c) Triangular matrix: , , .

: eigenvector . : row-reduce to get . : eigenvector .

Answer: (a) : ; : . (b) : . (c) : as above.

4.17. True or False: Properties of Eigenvalues (Assignment 7, Task 2.2)

True or false (prove or give counterexample):

(a) Every square matrix has at least one real eigenvalue.

(b) The sum of two eigenvectors is always an eigenvector.

(c) If is an eigenvalue of , then is an eigenvalue of .

(d) and always have the same eigenvalues.

(e) If is invertible, the eigenvalues of are the reciprocals of those of .

Click to see the solution

(a) FALSE. Counterexample: has characteristic polynomial , no real roots.

(b) FALSE. If and with , then , which is not a scalar multiple of .

(c) TRUE. .

(d) TRUE. , same characteristic polynomial.

(e) TRUE. From : , so (with since invertible).

Answer: (a) F, (b) F, (c) T, (d) T, (e) T.

4.18. Eigenvectors of Matrix Powers and Polynomials (Assignment 7, Task 2.3)

Let with . Show:

(a) is an eigenvector of with eigenvalue .

(b) is an eigenvector of with eigenvalue .

(c) is an eigenvector of with eigenvalue for any polynomial .

Click to see the solution

(a) .

(b) By induction: Assume . Then .

(c) Let . Then:

This is the Spectral Mapping Theorem: eigenvalues of are .

4.19. Using the Eigendecomposition to Compute (Assignment 7, Task 2.4)

is with eigenvalues , , and eigenvectors , , .

(a) Find , , . (b) Find . (c) If , find . (d) What basis diagonalizes ?

Click to see the solution

(a) By definition: , , .

(b) .

(c) .

(d) The basis of eigenvectors. The diagonal matrix is .

4.20. Operations on Complex Vectors (Assignment 7, Task 3.1)

Let , , .

(a) Compute , , . (b) Compute . (c) Compute and compare. (d) Find , , . (e) Verify Cauchy-Schwarz for and .

Click to see the solution

(a)

(b) .

(c) . Conjugate symmetry confirmed.

(d) ; ; .

(e) ✓.

4.21. Eigenvalues of Complex Matrices (Assignment 7, Task 3.2)

Find all eigenvalues and eigenvectors:

(a) , (b) (find complex eigenvalues), (c) .

Click to see the solution

(a) . Eigenvalues: . (Note: is Hermitian, both real ✓.)

: , eigenvector . : , eigenvector .

(b) . Cube roots of unity: , . Eigenvectors: .

(c) . Eigenvectors: .

4.22. Diagonalizability Over vs.  (Assignment 7, Task 3.3)

Let and .

(a) Find the eigenvalues of and . (b) Find all eigenvectors. (c) Is either matrix diagonalizable? (d) What does this say about diagonalizability and the underlying field?

Click to see the solution

(a) Both triangular with diagonal entries 1, 1: eigenvalue with algebraic multiplicity 2 for both.

(b) For : , so and only one independent eigenvector. For : , so — also only .

(c) Both need 2 linearly independent eigenvectors to be diagonalizable, but each has only 1 (geometric multiplicity 1 < algebraic multiplicity 2). Neither is diagonalizable — over or .

(d) Working over guarantees eigenvalues exist, but does not fix defective matrices. Diagonalizability depends on whether geo. mult. = alg. mult. for every eigenvalue, regardless of field.

4.23. Unitary Matrices: Columns, Norm Preservation, Eigenvalues (Assignment 7, Task 3.4)

A matrix is unitary if .

(a) Show that the columns of a unitary matrix form an orthonormal basis in .

(b) Show that for all .

(c) Show that all eigenvalues of a unitary matrix satisfy .

(d) Verify that is unitary and find its eigenvalues.

Click to see the solution

(a) Let be the columns of . Then . Since , we have : orthonormal.

(b) .

(c) If with : .

(d) Compute . Then ✓ — unitary.

Eigenvalues: , both with ✓.

Answer: (a)-(c) proved above. (d) is unitary; eigenvalues .

4.24. Conjugate Transpose and Hermitian Matrices (Assignment 7, Task 3.5)

For :

(a) Find and . Are they the same? Why?

(b) Show .

(c) Show for any compatible , .

(d) Give an example of a Hermitian matrix with complex entries.

Click to see the solution

(a) Since has all real entries, conjugation changes nothing: . They are the same because is real — for real matrices always.

(b) : taking conjugate transpose twice returns to the original. In components: . So .

(c) .

(d) Any matrix of the form with is Hermitian. For example: . Check: diagonal entries real ✓; -entry ✓.

4.25. Determine Diagonalizability (Assignment 7, Task 4.1)

Determine whether each matrix is diagonalizable. If so, find and with .

(a) , (b) , (c) , (d)

Click to see the solution

(a) Diagonalizable. Eigenvalues 3 and 2 are distinct — automatically gives 2 independent eigenvectors.

: . : .

, .

(b) Not diagonalizable. Eigenvalue 2 with algebraic multiplicity 2. : only eigenvector — geometric multiplicity 1 < 2.

(c) Diagonalizable. Distinct eigenvalues 1, 2, 3 (triangular matrix).

, .

(d) Not diagonalizable. Eigenvalue 2 with algebraic multiplicity 3. is upper triangular with two 1s above the diagonal: rank 2, null space dimension 1. Geometric multiplicity 1 < 3.

4.26. State and Prove the Diagonalization Theorem (Assignment 7, Task 4.2)

State and prove: is diagonalizable it has linearly independent eigenvectors. Explain why: (a) distinct eigenvalues diagonalizable; (b) repeated eigenvalues can still be diagonalizable; (c) repeated eigenvalues may prevent diagonalization.

Click to see the solution

Theorem: is diagonalizable iff it has linearly independent eigenvectors.

Proof (): If with diagonal, then , meaning each column of satisfies . So the columns of are eigenvectors; since is invertible they are linearly independent.

Proof (): If are linearly independent eigenvectors with eigenvalues , let (invertible). Then where , so .

(a) Eigenvectors for distinct eigenvalues are always linearly independent (by the standard theorem), giving the needed vectors automatically.

(b) If a repeated eigenvalue has a full eigenspace (e.g., the identity : mult. , eigenspace = all of ), there are still independent eigenvectors.

(c) Example: has (mult. 2) but eigenspace of dimension 1 — cannot find 2 independent eigenvectors.

4.27. Compute Using Diagonalization (Assignment 7, Task 4.3)

is with eigenvalues and eigenvectors , , .

(a) Is diagonalizable? (b) Find and . (c) Compute .

Click to see the solution

(a) Three linearly independent eigenvectors for a matrix: yes, diagonalizable.

(b)

(c) . Find : .

Answer: as above ().

4.28. Orthogonal Diagonalization of a Symmetric Matrix (Assignment 7, Task 4.4)

Let .

(a) Find eigenvalues and eigenvectors. (b) Verify eigenvectors for distinct eigenvalues are orthogonal. (c) Find an orthogonal () that diagonalizes . (d) What special property must have for orthogonal diagonalization?

Click to see the solution

(a) .

: , eigenvector .

: , eigenvector .

(b) ✓ — orthogonal.

(c) Normalize: , .

(d) A real matrix is orthogonally diagonalizable if and only if it is symmetric (). Over , the analogous condition is Hermitian (), giving unitary diagonalization. This is the content of the Spectral Theorem.

4.29. Constructing Matrices with Given Spectral Properties (Assignment 7, Task 4.5)

For each case, find such a matrix or explain why it is impossible:

(a) with eigenvalues 2 and 3 that is NOT diagonalizable.

(b) with eigenvalues 1, 1, 2 that IS diagonalizable.

(c) with eigenvalues 1, 1, 2 that is NOT diagonalizable.

(d) with no real eigenvalues, diagonalizable over .

(e) with no real eigenvalues, diagonalizable over .

Click to see the solution

(a) Impossible. Distinct eigenvalues always produce linearly independent eigenvectors, guaranteeing diagonalizability. There is no matrix with distinct eigenvalues that fails to be diagonalizable.

(b) Possible. has eigenvalues 1, 1, 2 and is already diagonal (diagonalizable).

(c) Possible. : eigenvalue 1 (mult. 2) has only one independent eigenvector (geometric mult. 1 < 2). Not diagonalizable.

(d) Possible. Any real matrix with complex eigenvalues, e.g. rotation with . Over , distinct eigenvalues diagonalizable.

(e) Impossible. Diagonalization over requires real eigenvalues (since must have real entries). A real matrix with no real eigenvalues cannot be diagonalized over .

4.30. Polynomial of a Diagonalizable Matrix (Assignment 7, Task 4.6)

Suppose is diagonalizable and is a polynomial.

(a) Show that is also diagonalizable.

(b) If has eigenvalues , what are the eigenvalues of ?

(c) Use this to compute for without matrix multiplication.

Click to see the solution

(a) If , then . Since , we have — diagonal. So is diagonalizable (same ).

(b) The eigenvalues of are .

(c) is upper triangular with eigenvalues , .

So has eigenvalues 5 and 22, and is similar to .

Answer: (a) proved; (b) ; (c) has eigenvalues 5 and 22.

4.31. Simultaneous Diagonalization (Assignment 7, Task 5.1)

Prove that if and are both diagonalizable and commute (), then there exists an invertible such that and are both diagonal (simultaneously diagonalizable).

Click to see the solution

Key Concept: The proof uses the fact that maps eigenspaces of to themselves, then diagonalizes within each eigenspace.

Proof sketch:

  1. Diagonalize : let with distinct eigenvalues on the diagonal. Decompose (eigenspace decomposition).
  2. For each eigenspace : if and , then , so . That is, maps each eigenspace of to itself.
  3. Within each , is diagonalizable (since is diagonalizable overall). Diagonalize restricted to using an orthonormal basis.
  4. Assembling all these bases gives a single invertible matrix that diagonalizes both and .
4.32. Spectral Decomposition (Assignment 7, Task 5.2)

Let be with linearly independent eigenvectors and eigenvalues . Let be the rows of (the left eigenvectors).

(a) Show .

(b) What are the in terms of eigenvectors of ?

(c) Verify for .

Click to see the solution

(a) From : write and has rows (left eigenvectors). Then:

This is the spectral decomposition of .

(b) The row vectors satisfy , i.e., . So are eigenvectors of with eigenvalues .

(c) is symmetric: , ; , . Since is symmetric, :

4.33. The Cayley-Hamilton Theorem (Assignment 7, Task 5.3)

(a) Verify the Cayley-Hamilton theorem for .

(b) Use Cayley-Hamilton to find for .

(c) For a diagonalizable matrix, explain why Cayley-Hamilton holds.

Click to see the solution

Cayley-Hamilton Theorem: Every square matrix satisfies its own characteristic equation: if , then .

(a) For : characteristic polynomial .

(b) For : , so .

Rearrange: .

Verify: ✓.

(c) If , then . For each diagonal entry , (since is an eigenvalue). So , hence .

4.34. Complex Vector Operations (Lecture 7, Example 1)

Let , , and .

(a) Compute .

(b) Compute .

Click to see the solution

Key Concept: Vector addition and scalar multiplication work component-wise. Arithmetic with complex numbers follows .

(a) Addition:

(b) Scalar multiplication by :

Note: , so and .

Answer:

4.35. Norm of a Complex Vector (Lecture 7, Example 2)

Compute the norm of .

Click to see the solution

Key Concept: The norm uses the modulus of each component: . Recall .

  1. Compute :
  2. Compute :
  3. Apply the norm formula:

Answer:

4.36. Verify a Unitary Matrix and Find Its Eigenvalues (Lecture 7, Example 3)

Verify that is unitary and find its eigenvalues.

Click to see the solution

Key Concept: A matrix is unitary if . Eigenvalues of unitary matrices must lie on the unit circle: .

Step 1: Compute

Step 2: Verify

Step 3: Find eigenvalues

Step 4: Verify eigenvalues lie on unit circle

Answer: is unitary. Its eigenvalues are and , both with .

4.37. Operations on Complex Numbers (Lecture 7, Task 1)

Add and multiply each pair of complex numbers:

(a) and

(b) and

(c) and

Click to see the solution

Key Concept: Addition and multiplication follow standard algebra with . Part (c) also admits a shortcut using Euler’s formula .

(a) Let , :

(b) Let :

(c) Let and :

For the product, either compute directly:

or use exponentials: .

Answer: (a) Sum: ; Product: . (b) Sum: ; Product: . (c) Sum: ; Product: .

4.38. Properties of a Complex Number and Its Conjugate (Lecture 7, Task 2)

Let . Express each of the following in simplest form:

(a)

(b)

(c)

(d) (for ). What is the absolute value of ?

Click to see the solution

Key Concept: The conjugate of is . Adding or multiplying and produces real quantities.

  1. (a) Sum:
  2. (b) Difference:
  3. (c) Product: Always a non-negative real number.
  4. (d) Ratio: Multiply numerator and denominator by : Since , the ratio always has absolute value 1. Geometrically, lies on the unit circle.

Answer: (a) , (b) , (c) , (d) with .

4.39. Norms and Inner Product of Complex Vectors (Lecture 7, Task 3)

Given and , find:

(a) and

(b) and

Click to see the solution

Key Concept: . The inner product conjugates the entries of the first vector.

(a) Norms:

(b) Inner products:

The conjugate of is , so:

Note that — this is the conjugate symmetry property of the Hermitian inner product.

Answer: , , , .

4.40. Classify a Matrix and Compute Its Powers (Lecture 7, Task 4)

Consider .

(a) Determine whether is Hermitian, invertible, or unitary.

(b) Compute , , and .

Click to see the solution

Key Concept: Compute to check Hermitian and unitary conditions. For powers, look for a pattern from and .

(a) Classification:

First compute : transpose and conjugate all entries. The entries of are all or , so conjugates are or :

  • Hermitian? , so No.
  • Invertible? (expanding along first column), so Yes.
  • Unitary? Check :

So is unitary (and invertible), but not Hermitian.

(b) Powers:

So . Therefore .

For :

Answer: is unitary but not Hermitian. , and .

4.41. Prove a Formula for Matrix Powers Using Diagonalization (Lecture 7, Task 5)

Let . Diagonalize to prove that:

Click to see the solution

Key Concept: Diagonalization gives . Since is upper triangular, its eigenvalues are the diagonal entries.

Step 1: Find eigenvalues

Eigenvalues of are its diagonal entries: , (distinct, so is diagonalizable).

Check: ✓ and ✓.

Step 2: Find eigenvectors

For : , so .

For : , so .

Step 3: Write the diagonalization

Step 4: Compute

Answer: .

4.42. Reconstruct a Matrix from Trace and Determinant Conditions (Lecture 7, Task 6)

Choose the second row of so that has eigenvalues and :

Click to see the solution

Key Concept: Use the Vieta’s formulas relating eigenvalues to the trace and determinant: and .

Let the second row be . Then:

  • and

From the required eigenvalues , :

Verification: With , the characteristic polynomial is:

Answer: The second row is , giving .

4.43. Reconstruct a Matrix from Its Eigendecomposition (Lecture 7, Task 7)

Find the matrix whose eigenvalues are and with corresponding eigenvectors and .

Click to see the solution

Key Concept: If where has eigenvectors as columns and has eigenvalues on the diagonal, we can reconstruct by computing this product.

Step 1: Set up and

Step 2: Compute

Step 3: Compute

Verification:

Answer: .

4.44. Complex Numbers in Polar Form (Lecture 7, Task 8)

If , find , , and in polar coordinates. For which complex numbers does ?

Click to see the solution

Key Concept: In polar form , multiplication of complex numbers adds arguments and multiplies moduli.

  1. : — modulus squared, argument doubled.
  2. : — reciprocal modulus, negated argument.
  3. : The conjugate negates the imaginary part, which in polar form means negating the argument while keeping the modulus: .

When is ?

So precisely when , i.e., when lies on the unit circle in the complex plane. This is exactly the condition defining unitary (orthogonal) scalars.

Answer: ; ; . The condition holds if and only if .

4.45. Compute and Verify Hermitian Property (Lecture 7, Task 9)

Let .

(a) Write out and compute .

(b) What is the relationship between and ?

Click to see the solution

Key Concept: is the conjugate transpose. The product is always Hermitian () and positive semidefinite.

(a) Computing :

Transpose , then conjugate every entry:

Computing :

Row 1:

Row 2:

Row 3:

(b) Relationship between and :

. Check off-diagonal: , ✓; , ✓. All diagonal entries are real ✓.

Therefore : is Hermitian.

This is always true: for any matrix , the product is Hermitian because .

Answer: , , and (Hermitian).

4.46. Null Space and Complex Orthogonality (Lecture 7, Task 10)

For :

(a) Use elimination to solve .

(b) Show that the nullspace is orthogonal to the column space of (i.e., ), but not to .

Click to see the solution

Key Concept: In the complex case, the fundamental orthogonality is . The ordinary transpose does not give the correct orthogonal complement.

(a) Solving :

From the first equation: . Substitute into the second:

With as the free variable:

(b) Orthogonality:

Let , so .

The columns of are and .

Check

Check

So ✓.

Now check against . The columns of include :

So is not orthogonal to .

Answer: The null space vector is orthogonal to both columns of but not to the columns of . In the complex case, the correct orthogonality uses , not .

4.47. Show Matrices Are Similar (Lecture 7, Task 11)

Show that each pair of matrices is similar by finding such that :

(a) and

(b) and

(c) and

Click to see the solution

Key Concept: To find such that (equivalently ), set up the equation entry by entry and solve for the unknowns.

(a) Let . We need :

Equating: and . Choose : , .

Verify:

(b) Let . Setting :

From columns: ; . Choose : .

Verify:

(c) Observe that is obtained from by reversing the order of both rows and columns. The permutation matrix satisfies and . So .

Verify:

Answer: ; ; .

4.48. Orthonormal Basis and Projection Matrix (Midterm Recap, Task 1)

Given vectors and forming matrix :

(a) Find an orthonormal basis for the column space .

(b) Find the projection matrix .

(c) Find the projection of vector onto .

Click to see the solution

Key Concept: Use the Gram-Schmidt process to orthonormalize the columns, then build the projection matrix.

(a) Apply the Gram-Schmidt process:

  1. Normalize :
  2. Subtract the projection of onto :
  3. Normalize :

Answer (a): Orthonormal basis for

(b) Compute :

Find its inverse: , so

Compute :

Answer (b):

(c) Apply to :

Answer (c):

4.49. Least Squares Line Fitting (Midterm Recap, Task 2)

Given experimental data points : . Fit a line using the method of least squares.

(a) Set up the overdetermined system .

(b) Solve the normal equation to find coefficients and .

(c) Predict .

Click to see the solution

Key Concept: For an overdetermined system with no exact solution, the least squares solution minimizes and satisfies the normal equations .

(a) Substituting each point into :

(b) Compute and :

Solve: , so

Best-fit line:

(c)

Answer: , ; predicted

4.50. Solving a Linear System with Free Variables (Midterm Recap, Task 3)

Solve the system:

Click to see the solution

Key Concept: Row-reduce the augmented matrix to echelon form, identify pivot and free variables, then write the general solution.

  1. Row reduce the augmented matrix (subtract row 1 from row 3):
  2. Identify variables: Pivot variables: . Free variables: .
  3. Express pivot variables:
  4. Write general solution:

Answer: The general solution is a particular solution plus two free directions as shown above.

4.51. Eigenvalues and Eigenvectors of a Tridiagonal Matrix (Midterm Recap, Task 4)

Find the eigenvalues and eigenvectors of:

Click to see the solution
  1. Characteristic equation :

  2. Eigenvalues:

    Spectrum:

  3. Eigenvectors via :

    For :

    For :

    For :

Answer: Eigenvalues with eigenvectors as above.

4.52. Fundamental Subspaces of a Rank-1 Matrix (Midterm Recap, Task 5)

Given :

(a) Find and .

(b) Find and .

(c) Verify orthogonality of the fundamental subspaces.

Click to see the solution

Key Concept: The four fundamental subspaces of satisfy: and .

(a) Row-reduce : . Only one pivot: .

Consistency condition for : and , so:

(b) Since is symmetric ():

(c) Check :

Answer: Orthogonality holds for all pairs of fundamental subspaces.

4.53. Complex Matrix and Hermitian Conjugate (Midterm Recap, Task 6)

Given and :

(a) Solve for .

(b) Find , , , , where is the Hermitian conjugate.

(c) Verify orthogonality using the complex inner product .

Click to see the solution

Key Concept: For complex matrices, orthogonality uses the Hermitian inner product: .

(a) The system:

Substituting the first equation into the second yields an identity , so is free:

(b)

: , so

Hermitian conjugate:

: , so

(c) Check :

Check :

Answer: Orthogonality holds in both pairs.

4.54. Inhomogeneous System and Null Space (Midterm Recap, Task 7)

Solve the inhomogeneous system and find the null space of the coefficient matrix:

Click to see the solution

Key Concept: The general solution to is , where is any particular solution and .

  1. Row reduce the augmented matrix:
  2. Identify variables: Pivots: . Free: .
  3. Express pivot variables:
  4. General solution:

Null space:

4.55. Four Fundamental Subspaces (Midterm 2026, Task 1)

Let

(a) Find the four fundamental subspaces of .

(b) Verify the orthogonality relations between the corresponding subspaces.

Click to see the solution

Key Concept: The four fundamental subspaces are , , , and . They satisfy: and .

(a) Row reduce :

Swap rows (or use ):

Pivot columns: 1 and 2. Free variables: .

— column space: spanned by pivot columns of the original :

Since has 2 pivot rows, , so .

— null space: from RREF, express pivot variables:

Setting :

— row space: spanned by the nonzero rows of RREF:

— left null space: where is , so is . We need such that , i.e., . Since , the matrix has full row rank, so .

(b) Verify orthogonality:

: Check each basis vector of against basis vectors of :

: Since , orthogonality holds trivially.

Answer: ; ; ; . Orthogonality verified.

4.56. Least-Squares Line via Normal Equations (Midterm 2026, Task 2)

Use the normal equations to find the least-squares line for the points

Click to see the solution

Key Concept: Set up the overdetermined system where contains a column of -values and a column of ones. Solve the normal equations .

  1. Set up the matrix and vector :

  2. Compute :

  3. Compute :

  4. Solve the normal equations :

    From the second equation: .

    Substitute into the first:

Answer: The least-squares line is .

4.57. Eigenvalues, Eigenvectors, and Matrix Power (Midterm 2026, Task 3)

Let

(a) Find the eigenvalues and eigenvectors of .

(b) Compute .

(c) Verify that the eigenvectors are orthogonal.

Click to see the solution

Key Concept: For a symmetric matrix, eigenvalues are real and eigenvectors for distinct eigenvalues are orthogonal. Use diagonalization to compute matrix powers.

(a) Eigenvalues: Solve :

Eigenvectors:

For : :

For : :

(b) Compute :

Using diagonalization , we have , so:

With , :

(c) Verify orthogonality:

Answer: (a) , ; , . (b) . (c) — orthogonal.

4.58. Solving a Linear System (Midterm 2026, Task 4)

Solve the system

Click to see the solution

Key Concept: Row reduce the augmented matrix to find pivot and free variables, then write the general solution as a particular solution plus the null space.

  1. Form and row-reduce the augmented matrix:

    , :

    Swap , then :

    :

  2. Identify variables: Pivots: . Free: , .

  3. Express pivot variables:

  4. General solution:

Answer: , .

4.59. Projection Matrix and Projection of a Vector (Midterm 2026, Task 5)

Let

(a) Find the projection matrix onto .

(b) Find the projection of onto .

Click to see the solution

Key Concept: The projection matrix onto is . The projection of is .

(a) Compute :

Compute :

Compute :

Compute :

First,

Then:

(b) Compute :

Answer: (a) . (b) .

4.60. Complex Matrix: Null Space and Orthogonality (Midterm 2026, Task 6)

Let

(a) Solve .

(b) Show that , but .

Click to see the solution

Key Concept: The fundamental theorem of linear algebra for complex matrices states (orthogonality uses the Hermitian inner product ). This does NOT hold for because the transpose does not conjugate.

(a) Solve :

Row reduce over . Multiply by (i.e., ):

:

:

Pivots: . Free: .

From the RREF: , .

(b) :

Compute (conjugate transpose of ):

Let . Check :

More carefully: , so:

So . ✓

:

Compute (transpose without conjugation):

The correct inner product on is the Hermitian one . Check with against columns of :

So under the standard Hermitian inner product. ✗

Answer: (a) . (b) since ; since .